PV-on-HVM: Tweak reboot.c to be compatible with older kernels.
authorIan Campbell <ian.campbell@xensource.com>
Thu, 2 Nov 2006 11:56:26 +0000 (11:56 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 2 Nov 2006 11:56:26 +0000 (11:56 +0000)
commit4101fafcc01b226bb48576d48ea36cc505d2c288
tree754fdc0170fbf7d8d470651adbcbfeac14193b42
parentd8656aaa3e9c089e3fb49a8bcd5ecccc1d6ce1eb
PV-on-HVM: Tweak reboot.c to be compatible with older kernels.

call_usermodehelper_keys() was not available until 2.6.13 but since we
pass session_keyring as NULL we may as well use call_usermodehelper()
anyway.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/reboot.c
unmodified_drivers/linux-2.6/util/Makefile [new file with mode: 0644]